Make sure git clone gets the right kernel branch
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 4 May 2010 11:16:37 +0000 (12:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 4 May 2010 11:16:37 +0000 (12:16 +0100)
commit2096682555be17947092e7129fb0052655ac74ea
tree85953cfc035f4d2848cfc086544b86334ad33908
parent7203b89c15311d9a8bb7d6d645403170ce009b6c
Make sure git clone gets the right kernel branch

When cloning kernel repo:
  1. make remote called "xen" rather than the default "origin"
  2. directly checkout the desired branch, rather than the default
  then the desired one

Git 1.5 doesn't support -b on git clone, and seems to do something odd
with the checkout branch argument, so avoid using the newer
commandline options.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
buildconfigs/src.git-clone